home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library / Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso / SAMPCODE / OS2SDK11 / TK4 / MSGBOX / MSGBOX.H < prev    next >
Text File  |  1989-02-20  |  994b  |  35 lines

  1. /* 
  2.    Header file for MSGBOX
  3.    Created by Microsoft Corp., 1988
  4. */
  5. #define IDD_MSGBOX    1    /* modal dialog box */
  6.  
  7. /* Dialog Box Item numbers */
  8. #define IDD_OK0        10        /* Ok */
  9. #define IDD_OK1        11        /* OkCancel */
  10. #define IDD_OK2        12        /* RetryCancel */
  11. #define IDD_OK3        13        /* AbortRetryCancel */
  12. #define IDD_OK4        14        /* YesNo */
  13. #define IDD_OK5        15        /* YesNoCancel */
  14. #define IDD_OK6        16        /* Cancel */
  15. #define IDD_OK7        17        /* Enter */
  16. #define IDD_OK8        18        /* EnterCancel */
  17.  
  18. #define IDD_ICON0    20        /* No Icon */
  19. #define IDD_ICON1    21        /* IconQuestion */
  20. #define IDD_ICON2    22        /* IconExclamation */
  21. #define IDD_ICON3    23        /* IconAsterisk */
  22. #define IDD_ICON4    24        /* IconHand */
  23.  
  24. #define IDD_DEF0    30        /* Default 1 */
  25. #define IDD_DEF1    31        /* Default 2 */
  26. #define IDD_DEF2    32        /* Default 3 */
  27.  
  28. #define    IDD_SHOWBOX    40
  29.  
  30. #define    IDD_SYSTEMMODAL    50
  31. #define    IDD_HELP    51
  32.  
  33. #define    IDD_MSGBOXSTYLE    60
  34. #define    IDD_RETURNCODE    61
  35.